Release 10.1A: OpenEdge Development:
Progress Dynamics Managers API Reference


setAttributesInObject

This procedure sets instance attributes in an object. It is run from the launch container to pass instance attributes into an object.

The instance attribute list is in the same format as returned to the instancePropertyList function:

  1. CHR(3) between entries.
  2. CHR(4) between the property name and its value in each entry.
  3. Location: af\app\afsesmngrp.i

    Parameters:

INPUT phObject AS HANDLE

The object handle.

INPUT pcPropList AS CHARACTER

The instance attribute list.

Notes: None

Examples: See the launchContainer procedure in af\app\afsesmngrp.i.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095